home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
lightning_break.swf
/
scripts
/
DefineButton2_49
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2005-01-07
|
337b
|
21 lines
on(press){
if(_root.version ne "nkcheat")
{
return undefined;
}
if(!Key.isDown(16))
{
this.mode = "aim";
aim._x = 0;
aim._y = 0;
aim._visible = true;
aim.startDrag();
}
else
{
this.mode = "move";
this.startDrag();
_root.startAim();
}
}